home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HNetware / HInfoNetW.EN / RCDATA / TB64CODER / TB64CODER.txt < prev   
Text File  |  2002-07-03  |  2KB  |  82 lines

  1. object B64Coder: TB64Coder
  2.   Left = 192
  3.   Top = 104
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'BASE64 encoder/decoder'
  7.   ClientHeight = 215
  8.   ClientWidth = 469
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsMDIChild
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poDefault
  19.   Visible = True
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnDeactivate = FormDeactivate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 50
  28.     Width = 37
  29.     Height = 13
  30.     Caption = 'Source:'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 8
  34.     Top = 148
  35.     Width = 56
  36.     Height = 13
  37.     Caption = 'Destination:'
  38.   end
  39.   object Edit1: TEdit
  40.     Left = 72
  41.     Top = 48
  42.     Width = 369
  43.     Height = 21
  44.     TabOrder = 0
  45.   end
  46.   object Edit2: TEdit
  47.     Left = 72
  48.     Top = 144
  49.     Width = 369
  50.     Height = 21
  51.     Color = clMenu
  52.     ReadOnly = True
  53.     TabOrder = 1
  54.   end
  55.   object Button1: TButton
  56.     Left = 136
  57.     Top = 96
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Encode'
  61.     TabOrder = 2
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 280
  66.     Top = 96
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'Decode'
  70.     TabOrder = 3
  71.     OnClick = Button2Click
  72.   end
  73.   object IdBase64Encoder1: TIdBase64Encoder
  74.     Left = 64
  75.     Top = 176
  76.   end
  77.   object IdBase64Decoder1: TIdBase64Decoder
  78.     Left = 104
  79.     Top = 176
  80.   end
  81. end
  82.